.b_stacked-image-and-text
{
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: flex-start;
	gap: 20px;
	position: relative;

	h1, .h1
	{
		font-family: Jost;
		font-size: 30px;
		font-weight: 400;
		font-style: normal;
		color: #FFF;
		line-height: 34px /* 113% */;
	}

	p, .p
	{
		font-family: "Instrument Sans";
		font-size: 16px;
		font-weight: 500;
		font-style: normal;
		color: #FFF;
		line-height: 24px /* 150% */;
		letter-spacing: 0.02em;
	}

	.image-2
	{
		display: flex;
		position: relative;
		flex: 0 0 auto;
		width: 100%;
		object-fit: cover;
		aspect-ratio: 39 / 50;
		order: 0;
	}

	.text-area-2
	{
		display: flex;
		flex-direction: column;
		padding: 0px 50px;
		align-items: flex-start;
		gap: 20px;
		position: relative;
		flex: 0 0 auto;
		width: 100%;
		order: 1;
	}

	h1.heading-2
	{
		align-self: stretch;
		order: 0;
	}

	.body-2
	{
		align-self: stretch;
		order: 1;
	}

	@media (min-width: 1440px)
	{
		width: 100%;
		padding: 0px 170px 80px 170px;
		gap: 40px;
		height: initial;

		.image-2
		{
			aspect-ratio: 570 / 259;
		}

		.text-area-2
		{
			justify-content: center;
			gap: 30px;
			padding: initial;
		}

		.heading-2
		{
			color: #FFF;
			font-family: Jost;
			font-style: normal;
			font-size: 30px;
			font-weight: 400;
			line-height: 34px /* 113% */;
		}

		.body-2
		{
			font-size: 18px;
			line-height: 28px /* 156% */;
		}
	}
}
